home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / protect_the_fire.swf / scripts / DefineButton2_43 / BUTTONCONDACTION on(release).as
Text File  |  2007-01-15  |  183b  |  10 lines

  1. on(release){
  2.    set("/:c1","3");
  3.    set("/:c2",random("4") + "1");
  4.    while(eval("/:c2") == eval("/:c1"))
  5.    {
  6.       set("/:c2",random("4") + "1");
  7.    }
  8.    gotoAndStop(8);
  9. }
  10.